home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 7 / BBS in a Box - Macintosh - Volume VII (BBS in a Box) (January 1993).iso / Files / Hyper / P / Port~Master™.cpt / Port~Master™ Docs / card_3999.txt < prev    next >
Text File  |  1988-06-28  |  2KB  |  58 lines

  1. -- card: 3999 from stack: in
  2. -- bmap block id: 0
  3. -- flags: 4000
  4. -- background id: 2657
  5. -- name: What
  6.  
  7.  
  8. -- part 1 (field)
  9. -- low flags: 01
  10. -- high flags: 2007
  11. -- rect: left=72 top=123 right=333 bottom=394
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 0
  15. -- font id: 3
  16. -- text size: 9
  17. -- style flags: 256
  18. -- line height: 10
  19. -- part name: 
  20.  
  21.  
  22. -- part 2 (button)
  23. -- low flags: 00
  24. -- high flags: 0000
  25. -- rect: left=402 top=292 right=327 bottom=451
  26. -- title width / last selected line: 0
  27. -- icon id / first selected line: 24317 / 24317
  28. -- text alignment: 1
  29. -- font id: 0
  30. -- text size: 12
  31. -- style flags: 0
  32. -- line height: 16
  33. -- part name: 
  34. ----- HyperTalk script -----
  35. on mouseUp
  36.   go to first card
  37. end mouseUp
  38.  
  39.  
  40.  
  41. -- part contents for card part 1
  42. ----- text -----
  43.      PORT~MASTER‚Ñ¢ allows you to reset the Macintosh parameter ram (PRAM) settings which specify the default configuration of the Macintosh serial ports.
  44.  
  45.      I had noticed that there are no programs (that I know of) which utilize the default settings.  That is all of the programs which deal with the serial ports  
  46. (communications packages, etc.) all have their own code in them to modify the serial ports.
  47.  
  48.     This I feel is a lot of redundant overhead which the Mac should be able to handle within the operating system.  Thus was born 'Port~Master‚Ñ¢' which is a cdev which allows the modem (and printer port) configuration to be set from the Macintosh control panel!
  49.  
  50.     This would allow developers to make their code simpler in that it removes the onus of setting ports.  This in turn either should make communications programs smaller (important in Multifinder universe) or more featured.  In either case the Mac benefits.
  51.  
  52.     I'm surprised that Apple hasn't provided something similar as part of the standard system.
  53.  
  54.     If you are writing code that will use the default settings, you need only open the serial drivers, and read/write your data.  You do not need to worry about the settings of the ports.
  55.  
  56.     The "Port~Master‚Ñ¢" cdev is freeware.  However, if you would like to include this as part of some commercial package, please contact us.
  57.  
  58.     Thank you.